getSongLists

Returns a list of all available user-created saved song lists

Sample Request

<mmRequest command="getSongLists" station="ID" [version="1"] [client=""] [userData=""] />

Request Notes

None

Sample Reply

<mmReply command="getSongLists" station="ID" version="1" [userData=""] status="ok">
	<contents>
		<songLists>
			<songList id="1" name="Love Songs"/>
			<songList id="3" name="Research List"/>
		</songLists>
	</contents>
</mmReply>

Reply Notes

The list of saved song lists is returned in the contents/songLists section. Each song list has a songlist tag. The following attributes are available for each song list:

KEY DESCRIPTION
Id Internal MusicMaster Song List ID code
Name Song List name

Compatibility and Version Info

Available in all versions